(C) 1996 AROS - The Amiga Replacement OS
ULONG mem[512]; mem[0] = 0; // Store checksum here mem[0] = CalcChecksum (mem, sizeof (mem)); if (CalcChecksum (mem, sizeof (mem)) printf ("Something is wrong !!\n"); else printf ("Data is unchanged.\n");
Removed logs
Added comments
Replaced proto/aros.h by proto/arossupport.h and the like
Makefile is less noisy now, too